Skip to content

Update Monica to v5.0.0-beta.5 #18941

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025
Merged

Conversation

asbiin
Copy link
Contributor

@asbiin asbiin commented Apr 28, 2025

Update Monica to v5.0.0-beta.5.

@asbiin asbiin requested a review from a team as a code owner April 28, 2025 07:38
@asbiin asbiin changed the title Update Monica to v4.1.2 Update Monica to v5.0.0-beta.5 Apr 28, 2025
Copy link

Diff for d5d99ee:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4a2365a..fa77c80 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -4,30 +4,30 @@ GitFetch: refs/heads/main
 
 Tags: 4.1.2-apache, 4.1-apache, 4-apache, apache, 4.1.2, 4.1, 4, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 7982fc66d4eb5569cfd6fd19202ac5a86dbdef93
+GitCommit: 8c3bcc8d3ab01315ca762c995338083d71c5611e
 Directory: 4/apache
 
 Tags: 4.1.2-fpm, 4.1-fpm, 4-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 7982fc66d4eb5569cfd6fd19202ac5a86dbdef93
+GitCommit: 8c3bcc8d3ab01315ca762c995338083d71c5611e
 Directory: 4/fpm
 
 Tags: 4.1.2-fpm-alpine, 4.1-fpm-alpine, 4-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 7982fc66d4eb5569cfd6fd19202ac5a86dbdef93
+GitCommit: 8c3bcc8d3ab01315ca762c995338083d71c5611e
 Directory: 4/fpm-alpine
 
-Tags: 5.0.0-beta.4-apache, 5.0.0-beta-apache, 5.0-apache
+Tags: 5.0.0-beta.5-apache, 5.0.0-beta-apache, 5.0-apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 7982fc66d4eb5569cfd6fd19202ac5a86dbdef93
+GitCommit: 8c3bcc8d3ab01315ca762c995338083d71c5611e
 Directory: 5/apache
 
-Tags: 5.0.0-beta.4-fpm, 5.0.0-beta-fpm, 5.0-fpm
+Tags: 5.0.0-beta.5-fpm, 5.0.0-beta-fpm, 5.0-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 7982fc66d4eb5569cfd6fd19202ac5a86dbdef93
+GitCommit: 8c3bcc8d3ab01315ca762c995338083d71c5611e
 Directory: 5/fpm
 
-Tags: 5.0.0-beta.4-fpm-alpine, 5.0.0-beta-fpm-alpine, 5.0-fpm-alpine
+Tags: 5.0.0-beta.5-fpm-alpine, 5.0.0-beta-fpm-alpine, 5.0-fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 7982fc66d4eb5569cfd6fd19202ac5a86dbdef93
+GitCommit: 8c3bcc8d3ab01315ca762c995338083d71c5611e
 Directory: 5/fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index bcc07d6..353fb82 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -16,9 +16,9 @@ monica:5.0-fpm-alpine
 monica:5.0.0-beta-apache
 monica:5.0.0-beta-fpm
 monica:5.0.0-beta-fpm-alpine
-monica:5.0.0-beta.4-apache
-monica:5.0.0-beta.4-fpm
-monica:5.0.0-beta.4-fpm-alpine
+monica:5.0.0-beta.5-apache
+monica:5.0.0-beta.5-fpm
+monica:5.0.0-beta.5-fpm-alpine
 monica:apache
 monica:fpm
 monica:fpm-alpine
diff --git a/monica_5.0-apache/Dockerfile b/monica_5.0-apache/Dockerfile
index 084d566..fc9a3ca 100644
--- a/monica_5.0-apache/Dockerfile
+++ b/monica_5.0-apache/Dockerfile
@@ -148,9 +148,9 @@ RUN set -ex; \
 WORKDIR /var/www/html
 
 # Define Monica version
-ENV MONICA_VERSION v5.0.0-beta.4
-LABEL org.opencontainers.image.revision="a657ff47feb137450b1ffb6eaf1d98c3e777e57e" \
-      org.opencontainers.image.version="v5.0.0-beta.4"
+ENV MONICA_VERSION v5.0.0-beta.5
+LABEL org.opencontainers.image.revision="0c9a7dd1405f71fc46ea97f87b6c4ae67a423df3" \
+      org.opencontainers.image.version="v5.0.0-beta.5"
 
 RUN set -ex; \
     fetchDeps=" \
diff --git a/monica_5.0-fpm-alpine/Dockerfile b/monica_5.0-fpm-alpine/Dockerfile
index d060516..d9b58a5 100644
--- a/monica_5.0-fpm-alpine/Dockerfile
+++ b/monica_5.0-fpm-alpine/Dockerfile
@@ -111,9 +111,9 @@ RUN set -ex; \
 WORKDIR /var/www/html
 
 # Define Monica version
-ENV MONICA_VERSION v5.0.0-beta.4
-LABEL org.opencontainers.image.revision="a657ff47feb137450b1ffb6eaf1d98c3e777e57e" \
-      org.opencontainers.image.version="v5.0.0-beta.4"
+ENV MONICA_VERSION v5.0.0-beta.5
+LABEL org.opencontainers.image.revision="0c9a7dd1405f71fc46ea97f87b6c4ae67a423df3" \
+      org.opencontainers.image.version="v5.0.0-beta.5"
 
 RUN set -ex; \
     apk add --no-cache --virtual .fetch-deps \
diff --git a/monica_5.0-fpm/Dockerfile b/monica_5.0-fpm/Dockerfile
index 7b2219f..b5e1714 100644
--- a/monica_5.0-fpm/Dockerfile
+++ b/monica_5.0-fpm/Dockerfile
@@ -125,9 +125,9 @@ RUN set -ex; \
 WORKDIR /var/www/html
 
 # Define Monica version
-ENV MONICA_VERSION v5.0.0-beta.4
-LABEL org.opencontainers.image.revision="a657ff47feb137450b1ffb6eaf1d98c3e777e57e" \
-      org.opencontainers.image.version="v5.0.0-beta.4"
+ENV MONICA_VERSION v5.0.0-beta.5
+LABEL org.opencontainers.image.revision="0c9a7dd1405f71fc46ea97f87b6c4ae67a423df3" \
+      org.opencontainers.image.version="v5.0.0-beta.5"
 
 RUN set -ex; \
     fetchDeps=" \

Relevant Maintainers:

@tianon tianon merged commit 37ee3ab into docker-library:master Apr 28, 2025
11 checks passed
@asbiin asbiin deleted the monica-v4.1.2 branch May 6, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants